summaryrefslogtreecommitdiff
path: root/l10ntools/inc/srciter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/srciter.hxx')
-rw-r--r--l10ntools/inc/srciter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/inc/srciter.hxx b/l10ntools/inc/srciter.hxx
index 6583381359a4..129fbee46650 100644
--- a/l10ntools/inc/srciter.hxx
+++ b/l10ntools/inc/srciter.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
@@ -39,20 +39,20 @@ class SourceTreeIterator
private:
transex::Directory aRootDirectory;
bool bInExecute;
-
+
void ExecuteDirectory( transex::Directory& pDirectory );
protected:
bool bLocal;
bool bSkipLinks;
-
+
public:
SourceTreeIterator( const ByteString &rRootDirectory, const ByteString &rVersion , bool bLocal_in = false);
virtual ~SourceTreeIterator();
BOOL StartExecute();
void EndExecute();
-
+
virtual void OnExecuteDirectory( const rtl::OUString &rDirectory );
};