summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-02-08 18:03:47 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-02-08 20:04:03 +0200
commitc419d2f1b03750903422ffbeb9509bf8e158e6f8 (patch)
tree313bad0978b3b96dd21165b0f1854f5143df591e /include
parenttdf#103567 xmloff: ODF import: fix loss of events on SVG multi-image (diff)
downloadcore-c419d2f1b03750903422ffbeb9509bf8e158e6f8.tar.gz
core-c419d2f1b03750903422ffbeb9509bf8e158e6f8.zip
Move the typedef where it is used
Change-Id: I275e96ce3761b61b62748a1e75f1a7a88640e7cf
Diffstat (limited to 'include')
-rw-r--r--include/vcl/helper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/helper.hxx b/include/vcl/helper.hxx
index fc5889531417..1f89cbabdeaf 100644
--- a/include/vcl/helper.hxx
+++ b/include/vcl/helper.hxx
@@ -34,8 +34,6 @@ namespace osl { class File; }
namespace psp
{
-typedef int fontID;
-
void VCL_DLLPUBLIC getPrinterPathList( std::list< OUString >& rPathList, const char* pSubDir );
// note: gcc 3.4.1 warns about visibility if we retunr a const OUString& here