summaryrefslogtreecommitdiff
path: root/svl/inc/filenotation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/filenotation.hxx')
-rw-r--r--svl/inc/filenotation.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svl/inc/filenotation.hxx b/svl/inc/filenotation.hxx
index b339282fc96a..f892894dfba7 100644
--- a/svl/inc/filenotation.hxx
+++ b/svl/inc/filenotation.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,8 +43,8 @@ namespace svt
class SVL_DLLPUBLIC OFileNotation
{
protected:
- ::rtl::OUString m_sSystem;
- ::rtl::OUString m_sFileURL;
+ ::rtl::OUString m_sSystem;
+ ::rtl::OUString m_sFileURL;
public:
enum NOTATION
@@ -59,13 +59,13 @@ namespace svt
::rtl::OUString get(NOTATION _eOutputNotation);
private:
- SVL_DLLPRIVATE void construct( const ::rtl::OUString& _rUrlOrPath );
+ SVL_DLLPRIVATE void construct( const ::rtl::OUString& _rUrlOrPath );
SVL_DLLPRIVATE bool implInitWithSystemNotation( const ::rtl::OUString& _rSystemPath );
SVL_DLLPRIVATE bool implInitWithURLNotation( const ::rtl::OUString& _rURL );
};
//.........................................................................
-} // namespace svt
+} // namespace svt
//.........................................................................
#endif // SVTOOLS_FILENOTATION_HXX