summaryrefslogtreecommitdiff
path: root/shell/source/win32/shlxthandler/propsheets
diff options
context:
space:
mode:
authorTobias Krause <tkr@openoffice.org>2010-01-25 12:39:18 +0100
committerTobias Krause <tkr@openoffice.org>2010-01-25 12:39:18 +0100
commitf8037b9dc3b5d00ac8c99b7a1512b9691b05935d (patch)
tree7381d609a9ba5c6eebbbd3197ca1f9d30ec9190c /shell/source/win32/shlxthandler/propsheets
parente9f7eaf63498eb1f08e79ffd879b4dabfd86675d (diff)
parent3b3e144c13a85b21b32904f245f44256c63e10e5 (diff)
tkr32: rebase from m65 to m70
Diffstat (limited to 'shell/source/win32/shlxthandler/propsheets')
-rw-r--r--shell/source/win32/shlxthandler/propsheets/propsheets.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/source/win32/shlxthandler/propsheets/propsheets.cxx b/shell/source/win32/shlxthandler/propsheets/propsheets.cxx
index 171bc287715f..d854694d8394 100644
--- a/shell/source/win32/shlxthandler/propsheets/propsheets.cxx
+++ b/shell/source/win32/shlxthandler/propsheets/propsheets.cxx
@@ -177,7 +177,6 @@ HRESULT STDMETHODCALLTYPE CPropertySheet::Initialize(
HRESULT STDMETHODCALLTYPE CPropertySheet::AddPages(LPFNADDPROPSHEETPAGE lpfnAddPage, LPARAM lParam)
{
-
PROPSHEETPAGE psp;
// add the summary property page
@@ -309,7 +308,6 @@ BOOL CALLBACK CPropertySheet::PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPAR
//##################################
void CPropertySheet::InitPropPageSummary(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/)
{
-
CMetaInfoReader metaInfo(m_szFileName);
SetWindowText(GetDlgItem(hwnd,IDC_TITLE), metaInfo.getTagData( META_INFO_TITLE ).c_str() );
@@ -335,7 +333,6 @@ void CPropertySheet::InitPropPageSummary(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/)
*/
void CPropertySheet::InitPropPageStatistics(HWND hwnd, LPPROPSHEETPAGE /*lppsp*/)
{
-
CMetaInfoReader metaInfo(m_szFileName);
document_statistic_reader_ptr doc_stat_reader = create_document_statistic_reader(m_szFileName, &metaInfo);