~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/gfx/src/xlib/nsPrintOptionsXlib.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 
2
 *
 
3
 * The contents of this file are subject to the Mozilla Public
 
4
 * License Version 1.1 (the "MPL"); you may not use this file
 
5
 * except in compliance with the MPL. You may obtain a copy of
 
6
 * the MPL at http://www.mozilla.org/MPL/
 
7
 * 
 
8
 * Software distributed under the MPL is distributed on an "AS
 
9
 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
10
 * implied. See the MPL for the specific language governing
 
11
 * rights and limitations under the MPL.
 
12
 *  
 
13
 * The Original Code is Mozilla Xlib toolkit.
 
14
 * 
 
15
 * The Initial Developer of the Original Code is Roland Mainz.
 
16
 * Copyright (C) 2001 Roland Mainz. All Rights Reserved.
 
17
 * 
 
18
 * Contributor(s):
 
19
 */
 
20
 
 
21
#ifndef nsPrintOptionsXlib_h__
 
22
#define nsPrintOptionsXlib_h__
 
23
 
 
24
#include "nsPrintOptionsImpl.h"  
 
25
 
 
26
 
 
27
// *****************************************************************************
 
28
// ***    nsPrintOptions
 
29
// *****************************************************************************
 
30
class nsPrintOptionsXlib : public nsPrintOptions
 
31
{
 
32
public:
 
33
  nsPrintOptionsXlib();
 
34
  virtual ~nsPrintOptionsXlib();
 
35
 
 
36
 
 
37
};
 
38
#endif /* !nsPrintOptionsXlib_h__ */
 
39