summaryrefslogtreecommitdiff
path: root/tools/inc/bootstrp/inimgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/bootstrp/inimgr.hxx')
-rw-r--r--tools/inc/bootstrp/inimgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/inc/bootstrp/inimgr.hxx b/tools/inc/bootstrp/inimgr.hxx
index 12a42db22c24..dc5a65222768 100644
--- a/tools/inc/bootstrp/inimgr.hxx
+++ b/tools/inc/bootstrp/inimgr.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
@@ -42,8 +42,8 @@ class IniManager
private:
BOOL bUpdate;
- ByteString sGlobalDir; /// holds the org. ini dir
- ByteString sLocalPath; /// holds path of local ini dir
+ ByteString sGlobalDir; /// holds the org. ini dir
+ ByteString sLocalPath; /// holds path of local ini dir
public:
IniManager( ByteString &rDir, ByteString &rLocalDir );
@@ -51,7 +51,7 @@ public:
IniManager();
ByteString ToLocal( ByteString &rPath );
- void Update(); /// Call ForceUpdate the First Time called
+ void Update(); /// Call ForceUpdate the First Time called
void ForceUpdate();
static ByteString GetLocalIni();