Kaydet (Commit) 5c53bb8a authored tarafından Caolán McNamara's avatar Caolán McNamara

scn resource file is empty now post ui-ification

Change-Id: Id8a6d6c4faf3101b13d84de180f8db7cab2cb16f
üst 84e1368b
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#
$(eval $(call gb_AllLangResTarget_AllLangResTarget,scn))
$(eval $(call gb_AllLangResTarget_set_reslocation,scn,extensions/source/scanner))
$(eval $(call gb_AllLangResTarget_add_srs,scn,\
scn/res \
))
$(eval $(call gb_SrsTarget_SrsTarget,scn/res))
$(eval $(call gb_SrsTarget_set_include,scn/res,\
$$(INCLUDE) \
-I$(SRCDIR)/extensions/source/scanner \
))
# vim:set noet sw=4 ts=4:
...@@ -19,7 +19,6 @@ $(eval $(call gb_Module_add_targets,extensions,\ ...@@ -19,7 +19,6 @@ $(eval $(call gb_Module_add_targets,extensions,\
$(eval $(call gb_Module_add_l10n_targets,extensions,\ $(eval $(call gb_Module_add_l10n_targets,extensions,\
AllLangResTarget_abp \ AllLangResTarget_abp \
AllLangResTarget_scn \
AllLangResTarget_upd \ AllLangResTarget_upd \
UIConfig_sabpilot \ UIConfig_sabpilot \
UIConfig_scanner \ UIConfig_scanner \
......
...@@ -138,17 +138,6 @@ public: ...@@ -138,17 +138,6 @@ public:
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE; virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
}; };
namespace {
ResId SaneResId( sal_uInt32 nID )
{
static ResMgr* pResMgr = ResMgr::CreateResMgr( "scn" );
return ResId( nID, *pResMgr );
}
}
GridWindow::GridWindow(Window* pParent) GridWindow::GridWindow(Window* pParent)
: Window(pParent, 0) : Window(pParent, 0)
, m_aGridArea(50, 15, 100, 100) , m_aGridArea(50, 15, 100, 100)
......
...@@ -59,12 +59,6 @@ STD_RES_FILE( gid_File_Res_Pcr, pcr) ...@@ -59,12 +59,6 @@ STD_RES_FILE( gid_File_Res_Pcr, pcr)
STD_RES_FILE( gid_File_Res_Pdffilter, pdffilter) STD_RES_FILE( gid_File_Res_Pdffilter, pdffilter)
#ifdef UNX
STD_RES_FILE( gid_File_Res_San, scn )
#endif
STD_RES_FILE( gid_File_Res_Sd, sd ) STD_RES_FILE( gid_File_Res_Sd, sd )
STD_RES_FILE( gid_File_Res_Sfx, sfx ) STD_RES_FILE( gid_File_Res_Sfx, sfx )
......
...@@ -81,7 +81,6 @@ Module gid_Module_Langpack_Resource_Template ...@@ -81,7 +81,6 @@ Module gid_Module_Langpack_Resource_Template
gid_File_Res_Ofa, gid_File_Res_Ofa,
gid_File_Res_Pcr, gid_File_Res_Pcr,
gid_File_Res_Pdffilter, gid_File_Res_Pdffilter,
gid_File_Res_San,
gid_File_Res_Sb, gid_File_Res_Sb,
gid_File_Res_Sd, gid_File_Res_Sd,
gid_File_Res_Sfx, gid_File_Res_Sfx,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment