summaryrefslogtreecommitdiff
path: root/tools/inc/tools/stack.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/stack.hxx')
-rw-r--r--tools/inc/tools/stack.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/inc/tools/stack.hxx b/tools/inc/tools/stack.hxx
index 2794c554f8d3..009339df18d9 100644
--- a/tools/inc/tools/stack.hxx
+++ b/tools/inc/tools/stack.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
@@ -70,8 +70,8 @@ public:
class ClassName : private Stack \
{ \
public: \
- using Stack::Clear; \
- using Stack::Count; \
+ using Stack::Clear; \
+ using Stack::Count; \
\
ClassName( USHORT _nInitSize = 16, \
USHORT _nReSize = 16 ) : \