diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-01-18 12:20:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-01-18 12:20:45 +0000 |
commit | e21377266b1475c3bcdd3a451a0b0ce950607965 (patch) | |
tree | 33dfa8f73c30661163d930acee73b5f7e5805231 /extensions | |
parent | 7585c013e8c376bf047fd4e3a148b3b1081dae14 (diff) |
#65293# extra semicolon removed
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/browserline.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/browserline.cxx b/extensions/source/propctrlr/browserline.cxx index 5ec44c36d162..1547f43f47c3 100644 --- a/extensions/source/propctrlr/browserline.cxx +++ b/extensions/source/propctrlr/browserline.cxx @@ -2,9 +2,9 @@ * * $RCSfile: browserline.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: fs $ $Date: 2001-01-12 11:25:06 $ + * last change: $Author: rt $ $Date: 2001-01-18 13:20:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ namespace pcr //================================================================== //= OBrowserLine //================================================================== - DBG_NAME(OBrowserLine); + DBG_NAME(OBrowserLine) //------------------------------------------------------------------ OBrowserLine::OBrowserLine( Window* pParent) @@ -540,6 +540,9 @@ namespace pcr /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.1 2001/01/12 11:25:06 fs + * initial checkin - outsourced the form property browser + * * * Revision 1.0 10.01.01 15:04:18 fs ************************************************************************/ |