summaryrefslogtreecommitdiffstats
path: root/svl/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-25 13:52:18 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-25 14:13:47 +0200
commit75acbd4b47b877ca140e2f802620e3830eda8839 (patch)
tree37faa836b2707e9cd4c3883a980e6f72616fd6dc /svl/inc
parentremove typedef StringPtr (diff)
downloadcore-75acbd4b47b877ca140e2f802620e3830eda8839.tar.gz
core-75acbd4b47b877ca140e2f802620e3830eda8839.zip
delete svl/svstdarr.hxx
Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/svstdarr.hxx34
1 files changed, 0 insertions, 34 deletions
diff --git a/svl/inc/svl/svstdarr.hxx b/svl/inc/svl/svstdarr.hxx
deleted file mode 100644
index 739f8ebacd6b..000000000000
--- a/svl/inc/svl/svstdarr.hxx
+++ /dev/null
@@ -1,34 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * 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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-/***********************************************************************
-*
-* Die vordefinierte Arrays werden ueber POSITIV-Defines aktiviert:
-* (die defines setzen sich aus "_SVSTDARR_" und dem Namen des Array
-* ohne "Sv" zusammen)
-*
-* SortArr: SvStringsSort, SvStringsSortDtor,
-* SvStringsISort, SvStringsISortDtor,
-***********************************************************************/
-
-#include "svl/svldllapi.h"
-
-#include <tools/string.hxx>
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */