summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2000-10-24 07:37:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2000-10-24 07:37:54 +0000
commitdb0288962ef56a86b4d4bcd519ca8ed38142f98b (patch)
tree812b2ac1f854f6b43b9e2b2b45506a61340be56c /sfx2
parent3c9a9bd3e864238d4362b6e6077759dbb84414ec (diff)
3 extra semicolons removed
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/inc/partwnd.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/inc/partwnd.hxx b/sfx2/source/inc/partwnd.hxx
index 0e91f09e76d7..8c091f818ca2 100644
--- a/sfx2/source/inc/partwnd.hxx
+++ b/sfx2/source/inc/partwnd.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: partwnd.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mba $ $Date: 2000-10-23 12:06:48 $
+ * last change: $Author: rt $ $Date: 2000-10-24 08:37:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,9 +74,9 @@ namespace com
namespace frame
{
class XFrame;
- };
- };
- };
+ }
+ }
+ }
};
#include "childwin.hxx"