summaryrefslogtreecommitdiff
path: root/fpicker/source/office/pickercallbacks.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/pickercallbacks.hxx')
-rw-r--r--fpicker/source/office/pickercallbacks.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/fpicker/source/office/pickercallbacks.hxx b/fpicker/source/office/pickercallbacks.hxx
index 2140fe5c716d..f5c0430b76f9 100644
--- a/fpicker/source/office/pickercallbacks.hxx
+++ b/fpicker/source/office/pickercallbacks.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
@@ -43,20 +43,20 @@ namespace svt
class IFilePickerController
{
public:
- virtual Control* getControl( sal_Int16 _nControlId, sal_Bool _bLabelControl = sal_False ) const = 0;
+ virtual Control* getControl( sal_Int16 _nControlId, sal_Bool _bLabelControl = sal_False ) const = 0;
virtual void enableControl( sal_Int16 _nControlId, sal_Bool _bEnable ) = 0;
- virtual String getCurFilter( ) const = 0;
+ virtual String getCurFilter( ) const = 0;
};
// --------------------------------------------------------------------
class IFilePickerListener
{
public:
- virtual void notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) = 0;
+ virtual void notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) = 0;
};
//.........................................................................
-} // namespace svt
+} // namespace svt
//.........................................................................
#endif // SVTOOLS_PICKER_CALLBACKS_HXX