summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-11-08 18:50:58 +0100
committerAndras Timar <atimar@suse.com>2011-11-08 22:37:13 +0100
commit182913a18c01b945e27246a6ace4e5104bccd9c0 (patch)
treeec83ea57aa376f7a07860de04ff8d18471c02aae /l10ntools/inc
parent00b2e13d2c7378577e77e1a1107601651735486e (diff)
code cleanup of localize tool
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/srciter.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/l10ntools/inc/srciter.hxx b/l10ntools/inc/srciter.hxx
index c859d2356c1a..5a1db39739bc 100644
--- a/l10ntools/inc/srciter.hxx
+++ b/l10ntools/inc/srciter.hxx
@@ -43,11 +43,10 @@ private:
void ExecuteDirectory( transex::Directory& pDirectory );
protected:
- bool bLocal;
bool bSkipLinks;
public:
- SourceTreeIterator( const ByteString &rRootDirectory, const ByteString &rVersion , bool bLocal_in = false);
+ SourceTreeIterator( const ByteString &rRootDirectory, const ByteString &rVersion );
virtual ~SourceTreeIterator();
sal_Bool StartExecute();