diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-17 21:06:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-20 12:57:32 +0000 |
commit | f0b41acce77f5c258bc584da6fd7506919059873 (patch) | |
tree | c2169d1faef37fb38bb8f8f3c09cb12d700277aa /sw/inc | |
parent | 82ca4cfc816fb3b40bf94e187d56628913fc27e1 (diff) |
toxinit.hxx included by nothing
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/toxinit.hxx | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/sw/inc/toxinit.hxx b/sw/inc/toxinit.hxx deleted file mode 100644 index 4c7fdbf2601d..000000000000 --- a/sw/inc/toxinit.hxx +++ /dev/null @@ -1,40 +0,0 @@ -/* -*- 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 _TOXINIT_HXX -#define _TOXINIT_HXX - -class UniString; - -void SetTOUTableStr(const UniString& rStr); -void SetTOUGraphicStr(const UniString& rStr); -void SetTOUOLEStr(const UniString& rStr); - - -#endif // _TOXINIT_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |