summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/fileview.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-12 19:58:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-13 10:39:51 +0100
commitcbdc446e6f49ee0968f3c0765b3349f5e681018b (patch)
tree4c81b4539405f826591a55a1e1802892a4db376b /svtools/source/contnr/fileview.hxx
parent3f89190894b056639e9a323ebffe7a2e20ad4dc4 (diff)
Clean up ODocumentInfoPreview
Diffstat (limited to 'svtools/source/contnr/fileview.hxx')
-rw-r--r--svtools/source/contnr/fileview.hxx42
1 files changed, 42 insertions, 0 deletions
diff --git a/svtools/source/contnr/fileview.hxx b/svtools/source/contnr/fileview.hxx
new file mode 100644
index 000000000000..d0940fbdde23
--- /dev/null
+++ b/svtools/source/contnr/fileview.hxx
@@ -0,0 +1,42 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*************************************************************************
+ *
+ * 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
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+#ifndef INCLUDED_SVTOOLS_SOURCE_CONTNR_FILEVIEW_HXX
+#define INCLUDED_SVTOOLS_SOURCE_CONTNR_FILEVIEW_HXX
+
+#include "sal/config.h"
+
+#include "sal/types.h"
+
+namespace rtl { class OUString; }
+
+rtl::OUString CreateExactSizeText(sal_Int64 nSize);
+
+#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */