summaryrefslogtreecommitdiff
path: root/cui/source/inc/internationaloptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/internationaloptions.hxx')
-rw-r--r--cui/source/inc/internationaloptions.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/cui/source/inc/internationaloptions.hxx b/cui/source/inc/internationaloptions.hxx
index a4372d52ddbe..52f2bbb1a1a4 100644
--- a/cui/source/inc/internationaloptions.hxx
+++ b/cui/source/inc/internationaloptions.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,22 +38,22 @@ namespace offapp
{
private:
struct IMPL;
- IMPL* m_pImpl;
+ IMPL* m_pImpl;
protected:
InternationalOptionsPage( Window* _pParent, const SfxItemSet& _rAttrSet );
- virtual BOOL FillItemSet( SfxItemSet& _rSet );
- virtual void Reset( const SfxItemSet& _rSet );
+ virtual BOOL FillItemSet( SfxItemSet& _rSet );
+ virtual void Reset( const SfxItemSet& _rSet );
public:
- virtual ~InternationalOptionsPage();
+ virtual ~InternationalOptionsPage();
- static SfxTabPage* CreateSd( Window* _pParent, const SfxItemSet& _rAttrSet );
- static SfxTabPage* CreateSc( Window* _pParent, const SfxItemSet& _rAttrSet );
+ static SfxTabPage* CreateSd( Window* _pParent, const SfxItemSet& _rAttrSet );
+ static SfxTabPage* CreateSc( Window* _pParent, const SfxItemSet& _rAttrSet );
};
-} // /namespace offapp
+} // /namespace offapp
#endif