summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-05-14 09:10:07 +0000
committerPeter Burow <pb@openoffice.org>2001-05-14 09:10:07 +0000
commit1fc5a6c957b02ad43cf23569616c5fbe79d755eb (patch)
tree93e3cbfd7c8f413993debc1970056bfaa97d989e /svtools/inc
parent98369efc4c8fb9628ae763669893c7de606b4589 (diff)
chg: GetDescription() added; SvImageManager -> SvFileInformationManager
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/imagemgr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svtools/inc/imagemgr.hxx b/svtools/inc/imagemgr.hxx
index 062250ebf1ff..cebd705878d6 100644
--- a/svtools/inc/imagemgr.hxx
+++ b/svtools/inc/imagemgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imagemgr.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mba $ $Date: 2001-05-03 10:13:47 $
+ * last change: $Author: pb $ $Date: 2001-05-14 10:08:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,10 +72,11 @@
#include <vcl/image.hxx>
#endif
-class SvImageManager
+class SvFileInformationManager
{
public:
static Image GetImage( const INetURLObject& rURL, BOOL bBig = FALSE );
+ static String GetDescription( const INetURLObject& rObject );
};
#endif