summaryrefslogtreecommitdiff
path: root/cui/source/inc/optpath.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/optpath.hxx')
-rw-r--r--cui/source/inc/optpath.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index ab72fe4a4773..98706556cc78 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.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
@@ -64,15 +64,15 @@ class SvxPathTabPage : public SfxTabPage
{
private:
FixedLine aStdBox;
- FixedText aTypeText;
- FixedText aPathText;
+ FixedText aTypeText;
+ FixedText aPathText;
SvxControlFocusHelper aPathCtrl;
- PushButton aStandardBtn;
- PushButton aPathBtn;
+ PushButton aStandardBtn;
+ PushButton aPathBtn;
- HeaderBar* pHeaderBar;
- ::svx::OptHeaderTabListBox* pPathBox;
- OptPath_Impl* pImpl;
+ HeaderBar* pHeaderBar;
+ ::svx::OptHeaderTabListBox* pPathBox;
+ OptPath_Impl* pImpl;
::com::sun::star::uno::Reference< ::svt::DialogClosedListener > xDialogListener;
::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFolderPicker > xFolderPicker;
@@ -99,11 +99,11 @@ public:
SvxPathTabPage( Window* pParent, const SfxItemSet& rSet );
~SvxPathTabPage();
- static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
- static USHORT* GetRanges();
+ static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
+ static USHORT* GetRanges();
- virtual BOOL FillItemSet( SfxItemSet& rSet );
- virtual void Reset( const SfxItemSet& rSet );
+ virtual BOOL FillItemSet( SfxItemSet& rSet );
+ virtual void Reset( const SfxItemSet& rSet );
virtual void FillUserData();
};